home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 2.3 KB | 79 lines |
- ; NETAMBI.INF
- ;
- ; AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)
- ;
- ; (c) AmbiCom and Microsoft 1998-1999
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- provider = %V_MS%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,3.3.0.0
-
- [Manufacturer]
- %V_AMB% = AMBICOM
-
- [ControlFlags]
- ExcludeFromSelect = PCMCIA\AmbiCom_Inc-AMB8002-55A4, \
- PCMCIA\AmbiCom_Inc-AMB8002T-2AA0
-
- [AMBICOM]
- %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002-55A4
- %AMB8002.DeviceDesc% = AMB8002.ndi, PCMCIA\AmbiCom_Inc-AMB8002T-2AA0
-
- ;-------------------------------------------------------------------------------
- ; AmbiCom Ethernet PC Card (AMB8002/AMB8002T)
-
- [AMB8002.ndi]
- AddReg = AMB8002.reg
- Characteristics = 0x04 ; NCF_PHYSICAL (NO UI)
- BusType = 8
- CopyFiles = AMB8002.CopyFiles
-
- [AMB8002.ndi.Services]
- AddService = AMB8002, 2, AMB8002.Service, AMB8002.EventLog
-
- ;-------------------------------------------------------------------------------
- ; AMB8002/AMB8002T Services and Driver
-
- [AMB8002.reg]
- HKR, Ndi, Service, 0, "AMB8002"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, , CardType, 0, "1"
- HKR, , OSType, 0, "0"
-
- [AMB8002.Service]
- DisplayName = %AMB8002.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\AMB8002.SYS
- LoadOrderGroup = NDIS
-
- [AMB8002.EventLog]
- AddReg = AMB8002.AddEventLog.reg
-
- [AMB8002.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [AMB8002.CopyFiles]
- AMB8002.SYS,,,2
-
- [DestinationDirs]
- AMB8002.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
-
- [strings]
- V_MS = "Microsoft"
- V_AMB = "AmbiCom"
-
- AMB8002.DeviceDesc = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
- AMB8002.Service.DispName = "AmbiCom 16-Bit 10Mbps Ethernet PC Card (AMB8002/AMB8002T)"
-
-